From: Richard M. Stallman Date: Sat, 5 Jun 1993 17:05:17 +0000 (+0000) Subject: Test MULTI_FRAME, not HAVE_X_WINDOWS. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95562 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4ce8eec2d54062fd296d226529b80c881336ab7b;p=emacs.git Test MULTI_FRAME, not HAVE_X_WINDOWS. --- diff --git a/src/puresize.h b/src/puresize.h index 24d1c50af6e..97e976ef450 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ storage to allocate. */ #ifndef PURESIZE -#ifdef HAVE_X_WINDOWS +#ifdef MULTI_FRAME #define PURESIZE 200000 #else #define PURESIZE 185000